home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / bemenu.dxr / 00001.ls next >
Encoding:
Text File  |  2001-03-02  |  909 b   |  22 lines

  1. on turnitback
  2.   global gBuzz
  3.   if (rollOver(19) = 0) and (rollOver(62) = 0) and (rollOver(63) = 0) and (rollOver(20) = 0) and (rollOver(64) = 0) and (rollOver(21) = 0) and (rollOver(22) = 0) and (rollOver(23) = 0) and (rollOver(24) = 0) and (rollOver(25) = 0) and (rollOver(26) = 0) and (rollOver(65) = 0) and (rollOver(66) = 0) and (rollOver(67) = 0) and (rollOver(68) = 0) and (rollOver(69) = 0) then
  4.     set the visible of sprite 27 to 0
  5.     set the visible of sprite 28 to 0
  6.     set the visible of sprite 29 to 0
  7.     set the visible of sprite 30 to 0
  8.     set the visible of sprite 31 to 0
  9.     set the visible of sprite 32 to 0
  10.     set the visible of sprite 33 to 0
  11.     set the visible of sprite 34 to 0
  12.     if gBuzz = 1 then
  13.       nothing()
  14.     else
  15.       sound stop 2
  16.     end if
  17.     set the visible of sprite 5 to 0
  18.     set the visible of sprite 4 to 0
  19.     set the visible of sprite 18 to 0
  20.   end if
  21. end
  22.